Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @supercharge/promise-pool to v3 #156

Merged
merged 1 commit into from
Sep 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@supercharge/promise-pool ^2.3.2 -> ^3.0.0 age adoption passing confidence

Release Notes

superchargejs/promise-pool (@​supercharge/promise-pool)

v3.0.0

Compare Source

Added
  • Accept iterables and async iterables and not just arrays
  • add performance testing script in performance directory: this is helpful to detect whether the promise pool is significantly slower than Promise.all
Updated
Breaking Changes
  • require Node.js v16
  • require ecmaScript 2021
  • the pool.items() method changed from the narrower type T[] to the wider type T[] | Iterable<T> | AsyncIterable<T> which might be a breaking change for your code base

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Jul 9, 2023
@aws-amplify-us-east-1
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-156.d1fbfmeuaycsih.amplifyapp.com

@jacopen jacopen merged commit 20420be into main Sep 3, 2023
@jacopen jacopen deleted the renovate/supercharge-promise-pool-3.x branch September 3, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant